Embed Ontrack pages or link to tabs
You can embed Ontrack pages into other software, such as Engage, and remove the Ontrack sidebar and header. This makes it appear as though the user is still using the same software. You can also link to specific tabs within Ontrack pages, such as support needs.
Embed pages
You can embed pages as follows:
- Appending a URL with
?frameless=true, this removes the sidebars and also disables all links on the screen. For example,<Ontrack Hub URL>/Page/LearnerApplications?frameless=true. - Appending a URL with
?frameless=true&allowFramelessControlLinks=true, this removes the sidebars, but all links on the screen continue to function. For example,<Ontrack Hub URL>/Page/LearnerApplications?frameless=true&allowFramelessControlLinks=true.
Link to tabs
You can link to specific tabs on a page using the attribute tab in the query string. For example, <Ontrack Hub URL>/Page/LearnerDetails/?PersonCode=75&tab=support%20needs navigates to the support needs tab on the learner details page.